button.notify_product {
    background: #5e007d;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    height: 50px;
    min-width: 16rem;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
}

button.notify_product:hover {
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.notify_product+.notify_product {
    display: none;
}

#edit-modal-avail .modal-header .close {
    top: 10px;
    right: 10px;
}

#edit-modal-avail .modal-content {
    max-width: 46rem;
    background: #FFFFFF;
    border: 1px solid #F0F1F7;
    border-radius: 5px;
    padding: 3rem;
}

#edit-modal-avail .modal-header {
    padding: 0;
}

#edit-modal-avail .modal-body {
    padding: 0;
}

#edit-modal-avail .name-block {
    padding: 0;
}
#edit-modal-avail .mail-block{
    padding: 0;
}

#edit-modal-avail label {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    color: #343434;
}
.row-shipping_address_field23{
    display: none !important;
}
.row-shipping_address_field24{
    display: none !important;
}